type crypto/tls.lruSessionCache
4 uses
crypto/tls (current package)
common.go#L1388: type lruSessionCache struct {
common.go#L1410: return &lruSessionCache{
common.go#L1419: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
common.go#L1452: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)